Click or drag to resize

Bandwidth Constructor (String, Int32)

Initializes a new instance of the Bandwidth class with the specified type and value.

Namespace:  Independentsoft.Sip.Sdp
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public Bandwidth(
	string type,
	int value
)

Parameters

type
Type: SystemString
A string represents bandwidth type.
value
Type: SystemInt32
A value in kilobits per second.
See Also